home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 127 / CD Gamer Issue 127 (October 2003) (Disc 1).ISO / Shareware / BrixoutXP_Demo_v175.exe / install_script.iss
Encoding:
Text File  |  2003-08-13  |  1.2 KB  |  36 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=Brixout XP Demo
  5. AppVerName=Brixout XP Demo v1.75
  6. AppId=BrixoutXP
  7. AppVersion=1.75
  8. AppPublisher=Sunny Games LLC
  9. AppPublisherURL=http://www.sunnygames.com/
  10. AppSupportURL=http://www.sunnygames.com/
  11. DefaultDirName={pf}\BrixoutXP Demo
  12. DefaultGroupName=Brixout XP Demo
  13. UninstallDisplayIcon={app}\BrixoutXP.exe
  14. OutputBaseFilename=BrixoutXP_Demo_v175
  15. Compression=bzip2
  16. PrivilegesRequired=none
  17. ExtraDiskSpaceRequired=262144
  18. LicenseFile=embedded\License.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{app}\website.url"; DestDir: "{app}"; 
  24. Source: "{app}\BrixoutXP.exe"; DestDir: "{app}"; 
  25. Source: "{app}\data.000"; DestDir: "{app}"; 
  26. Source: "{app}\bass.dll"; DestDir: "{app}"; 
  27. Source: "{app}\license.txt"; DestDir: "{app}"; 
  28. Source: "{app}\config.cfg"; DestDir: "{app}"; 
  29. Source: "{app}\score.dat"; DestDir: "{app}"; 
  30. Source: "{app}\debug.log"; DestDir: "{app}"; 
  31.  
  32. [Icons]
  33. Name: "{group}\Brixout XP Demo"; Filename: "{app}\BrixoutXP.exe"; 
  34. Name: "{group}\Visit SunnyGames.com"; Filename: "{app}\website.url"; 
  35. Name: "{userdesktop}\Brixout XP Demo"; Filename: "{app}\BrixoutXP.exe"; 
  36.